Welcome![Sign In][Sign Up]
Location:
Search - Gzip 1.2.

Search list

[Compress-Decompress algrithmsGZipDecoder

Description: C#写的一个简单程序,实现了GZip的解压,并显示出结果。-GZip decompression achieved, and shows the results
Platform: | Size: 18432 | Author: MegaX | Hits:

[Compress-Decompress algrithms7z453

Description: 7zip的代码主要是7zip和LZMA,前者是平台客户端,后者是SDK。 7-Zip是一款号称有着现今最高压缩比的压缩软件,它不仅支持独有的7z文件格式,而且还支持各种其它压缩文件格式,其中包括ZIP, RAR, CAB, GZIP, BZIP2和TAR。此软件压缩的压缩比要比普通ZIP文件高30-50 。因此,它可以把经WinZip压缩的文件再压缩2-10 。-The code is mainly 7zip and 7zip LZMA, the former is a platform for the client, which is the SDK. 7-Zip is a compression ratio of claims has the highest current compression software, which not only supports 7z file format unique, but also supports a variety of other compressed file formats, including ZIP, RAR, CAB, GZIP, BZIP2 and TAR. This software compressed ZIP file compression ratio higher than the normal 30-50 . Therefore, it can be compressed by WinZip compressed file and then 2-10 .
Platform: | Size: 1455104 | Author: david | Hits:

[Compress-Decompress algrithms7z920-CP

Description: 7zip的代码主要是7zip和LZMA,前者是平台客户端,后者是SDK。 7-Zip是一款号称有着现今最高压缩比的压缩软件,它不仅支持独有的7z文件格式,而且还支持各种其它压缩文件格式,其中包括ZIP, RAR, CAB, GZIP, BZIP2和TAR。此软件压缩的压缩比要比普通ZIP文件高30-50 。因此,它可以把经WinZip压缩的文件再压缩2-10 。 -The code is mainly 7zip and 7zip LZMA, the former is a platform for the client, which is the SDK. 7-Zip is a known as a high compression ratio of the current compression software, which not only supports the proprietary 7z file format, but also supports a variety of other compressed file formats, including ZIP, RAR, CAB, GZIP, BZIP2 and TAR. This software is compressed ZIP file compression ratio higher than the normal 30-50 . Therefore, it can be compressed by WinZip compressed file and then 2-10 .
Platform: | Size: 1503232 | Author: sunlijun | Hits:

[Linux-Unixgzip

Description: The deflation algorithm used by zip and gzip is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer to the previous string, in the form of a pair (distance, length). Distances are limited to 32K bytes, and lengths are limited to 258 bytes. When a string does not occur anywhere in the previous 32K bytes, it is emitted as a sequence of literal bytes. (In this description, string must be taken as an arbitrary sequence of bytes, and is not restricted to printable characters.) -gzip compress and decompress The deflation algorithm used by zip and gzip is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer to the previous string, in the form of a pair (distance, length). Distances are limited to 32K bytes, and lengths are limited to 258 bytes. When a string does not occur anywhere in the previous 32K bytes, it is emitted as a sequence of literal bytes. (In this description, string must be taken as an arbitrary sequence of bytes, and is not restricted to printable characters.)
Platform: | Size: 299008 | Author: Dennis | Hits:

[Compress-Decompress algrithms7z920-CP

Description: 7zip的代码主要是7zip和LZMA,前者是平台客户端,后者是SDK。 7-Zip是一款号称有着现今最高压缩比的压缩软件,它不仅支持独有的7z文件格式,而且还支持各种其它压缩文件格式,其中包括ZIP, RAR, CAB, GZIP, BZIP2和TAR。此软件压缩的压缩比要比普通ZIP文件高30-50 。因此,它可以把经WinZip压缩的文件再压缩2-10 。 -The code is mainly 7zip 7zip and LZMA, former platform client, which is the SDK. 7-Zip is a known as a maximum compression ratio of the current compression software, which not only supports the proprietary 7z file format, but also supports a variety of other compressed file formats, including ZIP, RAR, CAB, GZIP, BZIP2 and TAR. This software compressed ZIP file compression ratio higher than the normal 30-50 . Therefore, it can be compressed by WinZip compressed file and then 2-10 .
Platform: | Size: 1393664 | Author: azmy | Hits:

[androidFBReaderJ-sources-1.2.6

Description: FBReaderJ用于Android平台的电子书阅读器,它支持多种电子书籍格式包括:oeb、ePub和fb2。此外还支持直接读取zip、tar和gzip等压缩文档。 -FBReaderJ e-book reader for the Android platform, which supports a variety of e-book formats including: oeb, ePub, and fb2. In addition, support to directly read the zip, tar and gzip compressed files.
Platform: | Size: 2039808 | Author: pantiy | Hits:

[Compress-Decompress algrithms7z920-CP

Description: 7zip的代码主要是7zip和LZMA,前者是平台客户端,后者是SDK。 7-Zip是一款号称有着现今最高压缩比的压缩软件,它不仅支持独有的7z文件格式,而且还支持各种其它压缩文件格式,其中包括ZIP, RAR, CAB, GZIP, BZIP2和TAR。此软件压缩的压缩比要比普通ZIP文件高30-50 。因此,它可以把经WinZip压缩的文件再压缩2-10 。-The code is mainly 7zip 7zip and for LZMA, the former is a platform client, which is the SDK. 7-Zip is a known as today s highest compression ratio compression software, which not only support the unique 7z file format, but also supports a variety of other compressed file formats, including ZIP, RAR, CAB, GZIP, BZIP2 and TAR. This software is compressed to 30-50 higher than than the average ZIP file. Therefore, it can be compressed by WinZip to compress the file and then 2-10 .
Platform: | Size: 1525760 | Author: xkyzmr | Hits:

[CSharpCompression

Description: c# programming by using the GZipStream and Deflate Stream classes, you can compress and decompress files in the GZip format.
Platform: | Size: 37888 | Author: kldqr | Hits:

[Driver Developgzip

Description: gzip的一个实现,使用zlib调用,可做函数体-a gzip aaaaa
Platform: | Size: 1024 | Author: holy | Hits:

[Compress-Decompress algrithmszlib-1.2.5.tar

Description: zlib-1.2.5.tar.zip gzip编码,最早由Jean-loup Gailly和Mark Adler创建,用于UNIX系统的文件压缩。我们在Linux中经常会用到后缀为.gz的文件,它们就是GZIP格式的。现今已经成为Internet 上使用非常普遍的一种数据压缩格式,或者说一种文件格式。HTTP协议上的GZIP编码是一种用来改进WEB应用程序性能的技术。大流量的WEB站点常常使用GZIP压缩技术来让用户感受更快的速度。-Zlib-1.2.5. Tar.zip gzip code, the first by Jean-loup Gailly and Mark Adler create, used for UNIX system file compression. We we often use suffix in Linux for. Gz files, they are GZIP format. Today has become very popular on the Internet use a data compression format, or a file format. The HTTP protocol GZIP coding is a WEB applications to improve performance of the technology. Big flow WEB site often use GZIP compression technology to make the user feel faster speed.
Platform: | Size: 491520 | Author: 王冠林 | Hits:

[Compress-Decompress algrithmsgzip

Description: gzip的压缩和解压缩的使用范例,封装了两个函数,compress和uncompress。-examples of the use of gzip compression and decompression, two functions, compress, and for uncompress.
Platform: | Size: 1024 | Author: jel | Hits:

[CSharpGZCopy

Description: Copy and GZip file using GZIP compression algorithm, the best features of GZIP is it is very fast and proven algorithm-Copy and GZip file
Platform: | Size: 86016 | Author: apang99 | Hits:

[Compress-Decompress algrithmsgzip

Description: 本函数实现了对单段经gzip压缩过的字符串进行解压的功能-This function implements the functionality of the single-stage decompress by gzip compressed string
Platform: | Size: 3072 | Author: ankaige | Hits:

[Windows DevelopHttpWatch

Description: c#版HttpWatch源码,winpcap + rawsocket 旁路模式的双抓包引擎,rawsocket可用在无线环境,但是有一定的丢包率,winpcap则不会。支持 gzip,chunked,deflate-double packet capture engine of c# Edition HttpWatch source winpcap+ Rawsocket bypass mode, rawsocket available in a wireless environment, but there is a certain amount of packet loss rate, winpcap is not. Support gzip, chunked, deflate
Platform: | Size: 413696 | Author: 王先生 | Hits:

[CSharpGZip_Compress-Files

Description: GZip解压缩文件,基于zlib的对文件的解压缩操作封装-The GZip unzip the file compression zlib on file-based solution package
Platform: | Size: 37888 | Author: dykatico | Hits:

[ADO-ODBCzlib128

Description: ZLIB is a compression library compatible with the gzip format. It has been written by Jean-Loup Gailly and Mark Adler. It is free software. The official page is there, but if you are interested only in Windows 95/98/NT/2000/XP/2003 support, you have found the right place. There is also a page with a discussion list, Zlib-devel -- zlib compression library development discussions.-ZLIB is a compression library compatible with the gzip format. It has been written by Jean-Loup Gailly and Mark Adler. It is free software. The official page is there, but if you are interested only in Windows 95/98/NT/2000/XP/2003 support, you have found the right place. There is also a page with a discussion list, Zlib-devel-- zlib compression library development discussions.
Platform: | Size: 694272 | Author: 黎民 | Hits:

[Linux-Unixgzip

Description: Gzip implementation for linux busybox.
Platform: | Size: 19456 | Author: puiviuwong | Hits:

[Compress-Decompress algrithmsgzip-keil

Description: gzip-keil移植 纯c语言代码 1788编译 通过-gzip-keil transplantation pure c language compiler code 1788
Platform: | Size: 431104 | Author: liangfake | Hits:

[.netGZipPacker

Description: Pack files automatically with GZip
Platform: | Size: 130048 | Author: Mon??y | Hits:

[Linux-Unixmisc

Description: misc.c This is a collection of several routines gzip-1.0.3 adapted for Linux. -misc.c This is a collection of several routines gzip-1.0.3 adapted for Linux.
Platform: | Size: 2048 | Author: nongsmja | Hits:
« 1 2 3 45 6 7 8 9 »

CodeBus www.codebus.net